home *** CD-ROM | disk | FTP | other *** search
/ Acorn RISC PD-CD 1 / Acorn RISC PD-CD 1.iso / utilities / _customise / _deskpatch / _run < prev    next >
Encoding:
Text File  |  1993-03-02  |  1.2 KB  |  27 lines

  1. | > !Run file for !DeskPatch application
  2. |
  3. IconSprites <Obey$Dir>.!Sprites
  4. |
  5. Set DeskPatch$Dir <Obey$Dir>
  6. |
  7. Run <DeskPatch$Dir>.CheckAlt
  8. |
  9. RMEnsure FPEmulator             2.80 RMLoad System:Modules.FPEmulator
  10. RMEnsure FPEmulator             2.80 Error You need FPEmulator 2.80 or later
  11. RMEnsure SharedCLibrary         3.75 RMLoad System:Modules.Clib
  12. RMEnsure SharedCLibrary         3.75 Error You need Clib 3.75 or later
  13. RMEnsure PatchApps              0.01 RMLoad <DeskPatch$Dir>.PatchApps
  14. RMEnsure PatchApps              0.01 Error You need PatchApps 0.01 or later
  15. RMEnsure PatchSwis              0.01 Set WindowManager$Path <DeskPatch$Dir>.Resources.Wimp.,<WindowManager$Path>
  16. RMEnsure PatchSwis              0.01 RMLoad <DeskPatch$Dir>.PatchSwis
  17. RMEnsure PatchSwis              0.01 Error You need PatchSwis 0.01 or later
  18. |
  19. WimpSlot -min 80k -max 80k
  20. Run <DeskPatch$Dir>.!RunImage
  21. |
  22. IF DeskPatch$Patch = "Yes" Then Run <DeskPatch$Dir>.!RunPatch { > null: }
  23. IF DeskPatch$Patch = "Yes" Then Desktop
  24. |
  25. If DeskPatch$Wallpaper <> "No" Then Backdrop -Tile WindowManager:Wallpapers.<DeskPatch$Wallpaper>
  26. |
  27. |-------------------- no user serviceable parts above this line --------------------